home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / iTunes Dock Dance Plugin / ReadMe < prev   
Encoding:
Text File  |  2001-06-23  |  819 b   |  30 lines

  1. DockDancePlugin
  2.  
  3. Author: Bertrandl Landry-Hetu
  4.  
  5. Description: 
  6.     The plugin makes the dock dance following the music. Works great with some MP3, 
  7.     badly with others.
  8.  
  9.  
  10. Requires the latest version of iTunes for OS X :).
  11.  
  12. The project file was done with CW Pro 7 Early Access.
  13.  
  14. You will need the iTunes SDK from Apple to get it to compile.
  15.  
  16. Instructions:
  17.  Copy the plugin to /Users/username/Library/iTunes/iTunes Plugins/
  18.  Start iTunes.
  19. Turn Visual on.
  20. Play a MP3.
  21. When you want the dock to dance. Hit the Q key. Hit it again to make it stop.
  22.  
  23. Comment:
  24.  
  25.  This is ugly hacked up code, so I don't recommend re-using it. There is a
  26.  bit of Quartz drawing done in there that may be a good example. I didn't have time
  27.  to make Quartz translation work for the spectrum view, I guess its not using the same 
  28.  paradigm as OpenGL.
  29.  
  30.